跳到主要内容

C++ 自定义数据结构

struct Sales_data {  
std::string bookNo;
unsigned units_sold = 0;
double revenue = 0.0;
};

我们此时需要写一个分号来表明它的结束。